CloseRequest

data class CloseRequest(handle: StreamHandle)

Represents request frame that can be used with IO#close operation call.

Close the stream, discard any temporary backing storage.

See also

Constructors

CloseRequest
Link copied to clipboard
fun CloseRequest(handle: StreamHandle)

Properties

handle
Link copied to clipboard
val handle: StreamHandle
Handle of the stream to close.

Sources

jvm source
Link copied to clipboard